home *** CD-ROM | disk | FTP | other *** search
/ U.S. Robotics Connections 2 / US Robotics Connections.iso / mac / SourceMc / CompuServeCD.DIR / 00002.ls < prev    next >
Encoding:
Text File  |  1996-02-29  |  144 b   |  9 lines

  1. on mouseDown
  2.   puppetSound("MouseDown")
  3.   unLoad()
  4.   set the cursor of sprite 48 to 0
  5.   updateStage()
  6.   go("collage")
  7.   sound fadeOut 2, 60
  8. end
  9.